1.Write a python program to display all the header tags from‘en.wikipedia.org/wiki/Main_Page’.

  1. Write a python program to display IMDB’s Top rated 100 movies’ data (i.e. Name, IMDB rating, Year of release).
  1. Write a python program to display IMDB’s Top rated 100 indian movies’ data (i.e. Name, IMDB rating, Year of release)
  1. Write a python program to scrap book name, author name, genre and book review of any 5 books from ‘www.bookpage.com'

1.Fallout-Steve Sheinkin

2.Seeing ghosts-Kat Chow

3.Hero of two worlds-Mike Duncan

4.The Maidens-Alex Michaelies

5.The Guide-Peter Heller

  1. Write a python program to scrape cricket rankings from ‘www.icc-cricket.com’. You have toscrape

i) Top 10 ODI teams in men’s cricket along with the records for matches, points andrating.

ii) Top 10 ODI Batsmen in men along with the records of their team and rating.

iii) Top 10 ODI bowlers along with the records of their team andrating

  1. Write a python program to scrape cricket rankings from ‘www.icc-cricket.com’. You have to scrape:

i) Top 10 ODI teams in women’s cricket along with the records for matches, points andrating.

ii) Top 10 women’s ODI players along with the records of their team and rating.

iii) Top 10 women’s ODI all-rounder along with the records of their team andrating.

  1. Write a python program to extract information about the local weather from the National Weather Service website of USA, https://www.weather.gov/ for the city, San Francisco. You need to extract data about 7 day extended forecast display for the city. The data should include period, short description, temperature and description.
  1. Write a python program to scrape fresher job listings from ‘https://internshala.com/’. It should include job title, company name, CTC, and apply date.
  1. Write a python program to scrape house details from https://www.nobroker.in/ for any location. It should include house title, location, area, emi and price.